Add a test for HTML and TEXT output of a geocache.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 28 Feb 2013 21:40:56 +0000 (21:40 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 28 Feb 2013 21:40:56 +0000 (21:40 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4332 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/testo.d/text.test [new file with mode: 0644]

diff --git a/gpsbabel/testo.d/text.test b/gpsbabel/testo.d/text.test
new file mode 100644 (file)
index 0000000..a81ca86
--- /dev/null
@@ -0,0 +1,5 @@
+#  Test HTML and Text output of a geocache.
+
+gpsbabel -i gpx -f reference/gc/GCGCA8.gpx -o html -F ${TMPDIR}/gc.html -o text -F ${TMPDIR}/gc.txt
+compare reference/gc/GCGCA8~text.txt ${TMPDIR}/gc.txt
+compare reference/gc/GCGCA8~html.txt ${TMPDIR}/gc.html